. f (int a)
{
int b=0;
static c=3;
a = c++, b++;
return (a);
}
main ()
{
int a=2, i, k;
for (i=0; i


浏览:
3
选项

该题未填写选项
答案

解析

相近题目

正在获取相关题目,请稍后...